go/printer.printer.identList (method)

5 uses

	go/printer (current package)
		nodes.go#L103: func (p *printer) identList(list []*ast.Ident, indent bool) {
		nodes.go#L370: 				p.identList(par.Names, ws == indent)
		nodes.go#L568: 				p.identList(f.Names, false)
		nodes.go#L1617: 	p.identList(s.Names, false) // always present
		nodes.go#L1702: 		p.identList(s.Names, doIndent) // always present